home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / playre1a / frmreswa.frm (.txt) < prev    next >
Visual Basic Form  |  1999-09-18  |  859b  |  28 lines

  1. VERSION 5.00
  2. Begin VB.Form frmResWav 
  3.    Caption         =   "ResWave"
  4.    ClientHeight    =   2025
  5.    ClientLeft      =   60
  6.    ClientTop       =   345
  7.    ClientWidth     =   4680
  8.    LinkTopic       =   "Form1"
  9.    ScaleHeight     =   2025
  10.    ScaleWidth      =   4680
  11.    StartUpPosition =   3  'Windows Default
  12.    Begin VB.CommandButton cmdPlayRes 
  13.       Caption         =   "Play a wave in a resource file"
  14.       Height          =   495
  15.       Left            =   1200
  16.       TabIndex        =   0
  17.       Top             =   600
  18.       Width           =   2055
  19.    End
  20. Attribute VB_Name = "frmResWav"
  21. Attribute VB_GlobalNameSpace = False
  22. Attribute VB_Creatable = False
  23. Attribute VB_PredeclaredId = True
  24. Attribute VB_Exposed = False
  25. Private Sub cmdPlayRes_Click()
  26.   PlayResWav 101, "CUSTOM"  'call the palyreswave sub
  27. End Sub
  28.